JavaScript

{dialog.object}panelHeight Method

Syntax

{dialog.object}.panelHeight(UXPanelName);

Arguments

UXPanelName

The name of the Panel.

Description

Returns the height of the Panel body in pixels.

Example

var width = {dialog.object}.panelHeight('MYPANEL');